home *** CD-ROM | disk | FTP | other *** search
/ Megazin 3 / Megazin - Issue 3 (1993-12-01)(Vicious).adf / STUFF / bgecs2hd.lha / BBGECStoHD.txt < prev    next >
Text File  |  1993-11-11  |  2KB  |  48 lines

  1. Yoohooo,
  2.  
  3. Well, here's a quick hack for people with the ECS version of
  4. Bodyblows Galactic, 3MB+ ram, a HD with 3MB of free space and
  5. an assembler...
  6.  
  7. (BTW, you should use the FLT-ECS-version, it might work with
  8. the FLT-AGA-version, but I don't have AGA)
  9.  
  10. Step One :
  11. ~~~~~~~~
  12. Read cylinders 0-79 of bootdisk and save it in a file called "disk0".
  13. Read cylinders 0-79 of disk1 and save it in a file called "disk1".
  14. Read cylinders 0-79 of disk2 and save it in a file called "disk2".
  15.  
  16. Each file should have the size : 901120 bytes.
  17.  
  18. Step Two :
  19. ~~~~~~~~
  20. Load up an assembler, asmone or devpac will do nicely...
  21.  
  22. Enter these 4 lines as your source :
  23.  
  24. *************************************************************************
  25.  
  26. INCBIN "loader.bin"
  27. INCBIN "disk0"
  28. INCBIN "disk1"
  29. INCBIN "disk2"
  30.  
  31. *************************************************************************
  32.  
  33. Then assemble and save as object called : bodyblows_galactic (or something)
  34.  
  35. Run the file an playit like it was supposed to be... :) It's kewwlll...
  36. (Yes, just enter : bodyblows_galactic and press enter...)
  37.  
  38. One thing though, the bootdisk is needed in df0: during startup of
  39. BODYBLOWS_GALACTIC, it seems to load something with another loader, I
  40. think it's the picture... No time to look... It also tries to read the
  41. RN protection, no time time to look that up either... If you like you
  42. can hack it yourself, I'm not really bothered by using the bootdisk in
  43. df0:....
  44.  
  45. Ok, have fun...
  46.  
  47. [SKULL/TRSI] Quick hello to Irata (still alive?) and Vector/Vision :)
  48.